home *** CD-ROM | disk | FTP | other *** search
/ Space & Astronomy / Space and Astronomy (October 1993).iso / pc / viewers / amiga / fastgif.lha / FastGIF120 / FastGIF.Eng < prev    next >
Text File  |  1992-10-02  |  4KB  |  165 lines

  1.  
  2.                                FastGIF V1.20
  3.                      (c) 1992 by Christophe PASSUELLO
  4.                      (Last version before FastGIF II)
  5.                      --------------------------------
  6.  
  7.  
  8.     FastGIF is a fast viewer for GIF files, written in C for the user interface
  9.     and assembler for unpacking and viewing routines. (The fastest GIF viewer
  10.     for Amiga).
  11.  
  12.     FastGIF can't be sold alone or in any package, but you can freely
  13.     distribute it on PD's disks (like Fred Fish one) or on any BBS only if
  14.     complete and unmodified.
  15.  
  16.  
  17.  
  18. DISCLAIMER
  19. ----------
  20.  
  21.   The author isn't responsable of any damages resulting of the use of FastGIF.
  22.  
  23.  
  24. BAD
  25. ---
  26.  
  27.   - It uses a lot of memory (loading file in RAM), allocates large block (320Kb
  28.     for a 640 * 512 pixels pictures)
  29.  
  30.  
  31. GOOD
  32. ----
  33.  
  34.   - Very fast, mains routines are written using very highly optimised assembler
  35.     (twice faster than TurboGIF)
  36.  
  37.   - It should be even faster with 32 bits cards because the assembly routines
  38.     are small enough to fit in the cache.
  39.  
  40.   - It should works on NTSC or PAL. (i don't have NTSC)
  41.  
  42.   - You can scroll picture.
  43.  
  44.   - It handles corrupted GIF files
  45.  
  46.  
  47.  
  48. HOW TO USE FASTGIF
  49. ------------------
  50.  
  51.   FastGIF displays pictures with more then 32 colors using grey scale, else it
  52.   uses colors.
  53.  
  54.     Usage: FastGIF <GIF-File> [-low] [-cNN] [-bNN]
  55.  
  56.     <GIF-File>  : GIF filename.
  57.     -low        : May help you if you are low in memory, for example to display
  58.                   a 640 * 480 picture with 1 Mbytes. The freeware tool ADD21K
  59.                   may also help you.
  60.     -cNN        : Set the contrast for gray-scaled pictures, can greetly improve
  61.                   the picture. a value of 15 is usually enough.
  62.     -bNN        : Set the brightness for gray-scaled pictures.
  63.  
  64.  
  65.   For each picture FastGIF displays size, numbers of colors and so on, ...
  66.  
  67.  
  68.   Once displayed you can use the keys:
  69.  
  70.        L       : switch Interlace
  71.        H       : switch Hires (only if not a 32 colors picture)
  72.        O       : switch OverScan
  73.        ESC     : escape from FastGIF
  74.  
  75.  
  76.   To scroll picture use the cursor, with SHIFT you can scroll using a 16 pixels
  77.   step, with ALT you move to any side of the picture.
  78.  
  79.  
  80.   The picture is displayed in a intuition screen so you can put the Workbench
  81.   in front using the keys Amiga-Left N.
  82.  
  83.  
  84.  
  85. TO DO
  86. -----
  87.  
  88.   - Using colors instead of grey-scale for pictures with more than 32 colors.
  89.  
  90.   - Saving to IFF 1 to 5 bits , 8 bits, 12 bits and 24 bits.
  91.  
  92.  
  93. AUTHOR
  94. ------
  95.  
  96.    Send me any suggestion, bugs-report, flames, etc....
  97.    Any contribution is welcome [free/share]ware or money (bills only).
  98.    I'am looking for docs about 256 colors WorkBench to adapt FastGIF on it.
  99.  
  100.    For bugs-report send informations about your config:
  101.    Witch processor, version of Workbench, how many RAM you own (CHIP & FAST).
  102.  
  103.  
  104.    You can contact me at the address
  105.  
  106.         Christophe PASSUELLO
  107.         25, Rue du Plateau
  108.         91600 SAVIGNY SUR ORGE
  109.         FRANCE
  110.  
  111.  
  112. HISTORY
  113. -------
  114.  
  115.  - RELEASE V1.00
  116.  
  117.       First release
  118.  
  119.  
  120.  - RELEASE V1.02
  121.  
  122.       Decompression 5% faster.
  123.       Bug fixed : ScrollVPort doesn't works very well with Interlaced. I use
  124.       MakeScreen and ReThinkDisplay instead.
  125.  
  126.  
  127.  - RELEASE V1.10
  128.  
  129.       Now can display pictures with more than 32 colors in gray-scale.
  130.       Pictures are now centered in the middle of the screen.
  131.  
  132.  
  133.  - RELEASE V1.11
  134.  
  135.       Internal release.
  136.       Fast scrolling added.
  137.  
  138.  
  139.  - RELEASE V1.12
  140.  
  141.       New algorithm for decompression: 25 % FASTER.
  142.  
  143.  
  144.  - RELEASE V1.13
  145.  
  146.       Bug fixed: palette colors wasn't good.
  147.  
  148.  
  149.  - RELEASE V1.14   (Sep 15 1992)
  150.  
  151.       -low option added.
  152.  
  153.  
  154.  - VERSION V1.20   (Oct 1 1992)
  155.  
  156.       GIF parsing completly rewritten, much safer than before.
  157.       Now support GIF89a files.
  158.       Options for contrast and brightness added.
  159.       GIFInfo added to the archive.
  160.  
  161.  
  162.                              -------------
  163.  
  164.                         Enjoy FastGIF !!!!!!!!!!!
  165.